home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / c-parse.h < prev    next >
C/C++ Source or Header  |  1994-08-27  |  1KB  |  66 lines

  1. typedef union {long itype; tree ttype; enum tree_code code;
  2.     char *filename; int lineno; } YYSTYPE;
  3. #define    IDENTIFIER    258
  4. #define    TYPENAME    259
  5. #define    SCSPEC    260
  6. #define    TYPESPEC    261
  7. #define    TYPE_QUAL    262
  8. #define    CONSTANT    263
  9. #define    STRING    264
  10. #define    ELLIPSIS    265
  11. #define    SIZEOF    266
  12. #define    ENUM    267
  13. #define    STRUCT    268
  14. #define    UNION    269
  15. #define    IF    270
  16. #define    ELSE    271
  17. #define    WHILE    272
  18. #define    DO    273
  19. #define    FOR    274
  20. #define    SWITCH    275
  21. #define    CASE    276
  22. #define    DEFAULT    277
  23. #define    BREAK    278
  24. #define    CONTINUE    279
  25. #define    RETURN    280
  26. #define    GOTO    281
  27. #define    ASM_KEYWORD    282
  28. #define    TYPEOF    283
  29. #define    ALIGNOF    284
  30. #define    ALIGN    285
  31. #define    ATTRIBUTE    286
  32. #define    EXTENSION    287
  33. #define    LABEL    288
  34. #define    REALPART    289
  35. #define    IMAGPART    290
  36. #define    ASSIGN    291
  37. #define    OROR    292
  38. #define    ANDAND    293
  39. #define    EQCOMPARE    294
  40. #define    ARITHCOMPARE    295
  41. #define    LSHIFT    296
  42. #define    RSHIFT    297
  43. #define    UNARY    298
  44. #define    PLUSPLUS    299
  45. #define    MINUSMINUS    300
  46. #define    HYPERUNARY    301
  47. #define    POINTSAT    302
  48. #define    INTERFACE    303
  49. #define    IMPLEMENTATION    304
  50. #define    END    305
  51. #define    SELECTOR    306
  52. #define    DEFS    307
  53. #define    ENCODE    308
  54. #define    CLASSNAME    309
  55. #define    PUBLIC    310
  56. #define    PRIVATE    311
  57. #define    PROTECTED    312
  58. #define    PROTOCOL    313
  59. #define    OBJECTNAME    314
  60. #define    CLASS    315
  61. #define    ALIAS    316
  62. #define    OBJC_STRING    317
  63.  
  64.  
  65. extern YYSTYPE yylval;
  66.